'Declaration
Public Function DrawRoundedRectangle( _ ByVal Left As Single, _ ByVal Top As Single, _ ByVal Width As Single, _ ByVal Height As Single, _ ByVal Radius As Single, _ ByVal Fill As Boolean, _ ByVal Stroke As Boolean _ ) As GdPictureStatus
public GdPictureStatus DrawRoundedRectangle( float Left, float Top, float Width, float Height, float Radius, bool Fill, bool Stroke )
public function DrawRoundedRectangle( Left: Single; Top: Single; Width: Single; Height: Single; Radius: Single; Fill: Boolean; Stroke: Boolean ): GdPictureStatus;
public function DrawRoundedRectangle( Left : float, Top : float, Width : float, Height : float, Radius : float, Fill : boolean, Stroke : boolean ) : GdPictureStatus;
Parameters
- Left
- Top
- Width
- Height
- Radius
- Fill
- Stroke